Files
swift-mirror/test/Frontend/embed-bitcode.ll
Arnold Schwaighofer f21f3758ba embed-bitcode.ll test: Use -Xllvm -debug-pass=Structure to dump the LLVM
passes

The test case looks for the Objective C ARC contraction pass. It uses
-Xllvm  -time-passes and then greps for the pass.  It seems that
-time-passes is not always printing the pass. Use -Xllvm
-debug-pass=Structure instead that should print the added passes
reliably.

rdar://35796399
2017-12-01 11:20:01 -08:00

2.7 KiB