Hi:
I wanted to study the obfuscator-llvm project, so I built it into the LLVM.xcodeproj using "cmake -GXcode", after finished building the Xcode project 'clang' scheme, Xcode ran the clang executable, and I had add breakpoints in the BogusControlFlow.cpp、Flattening.cpp、SplitBasicBlocks.cpp、Utils.cpp files in the obfuscator/lib/Transforms/Obfuscation directory, but Xcode not hit the breakpoints not all!
I don't why any help will be appreciated!