Hello all,
Is there any option in test-suite cmake which makes it emit assembly files for all source files when compiling them?
I tried -DCMAKE_C_FLAGS=-save-temps -DCMAKE_CXX_FLAGS=-save-temps
, but it doesn’t work in some cases like Bitcode/Benchmarks/Halide/blur or MicroBenchmarks/LCALS/SubsetCLambdaLoops/lcalsCLambda.test.
Thanks,
Juneyoung Lee