env:
- mac os
- llvm version:14.x(14.0.6)
i can use -mllvm bcf -mllvm fca -mllvm sub normally. but i can not use -mllvm -sobf .
cmd:
- $clangPath/clang -isysroot
xcrun --show-sdk-path -arch arm64 -mllvm -sobf -emit-llvm -S hello_ollvm.c -o hello_ollvm_sobf.ll
- $clangPath/clang -isysroot
xcrun --show-sdk-path -arch arm64 -emit-llvm -S hello_ollvm.c -o hello_ollvm.ll
the hello_ollvm_sobf.ll and hello_ollvm.ll are exactly the same.
Why is this situation happening? May I know how to solve it? thans for reply
env:
i can use
-mllvm bcf -mllvm fca -mllvm subnormally. but i can not use-mllvm -sobf.cmd:
xcrun --show-sdk-path-arch arm64 -mllvm -sobf -emit-llvm -S hello_ollvm.c -o hello_ollvm_sobf.llxcrun --show-sdk-path-arch arm64 -emit-llvm -S hello_ollvm.c -o hello_ollvm.llthe
hello_ollvm_sobf.llandhello_ollvm.llare exactly the same.Why is this situation happening? May I know how to solve it? thans for reply