Be aware that the unreachable.test is marked as XFAIL due to passed cxxflags
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
@maksfb Yes, you're right. The problem is coming from cxxflags passed to the test now, I'm marking it as XFAIL: * now (see my comments in discord)
Comment Actions
Can you please add the following to unreachable.s? This would fix the test and make XFAIL: * unneeded:
diff --git a/bolt/test/X86/Inputs/unreachable.s b/bolt/test/X86/Inputs/unreachable.s index b8dcf4c05557..39f4be971c87 100644 --- a/bolt/test/X86/Inputs/unreachable.s +++ b/bolt/test/X86/Inputs/unreachable.s @@ -82,4 +82,5 @@ foo: .globl main, function main: .cfi_startproc + ud2 .cfi_endproc