The patch also introduces a X86 subdir which also exists similarly in other instrumentation test suite.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
test/Instrumentation/InstrProfiling/X86/alloc.ll | ||
---|---|---|
3 ↗ | (On Diff #48145) | Is the following a sufficient test? @a = internal constant i32 0, section "__llvm_covmap" ; CHECK: .section __llvm_covmap,"" |
3 ↗ | (On Diff #48145) | Instead of adding a new file, would it be possible to check the assembly output of test/profile/Linux/coverage_test.cpp? |
test/Instrumentation/InstrProfiling/X86/alloc.ll | ||
---|---|---|
3 ↗ | (On Diff #48145) | yes the simplified version would be sufficient -- it is also more preferred than compiler-rt test as you suggested in later comment. |