We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b0e1c2 commit c7b7875Copy full SHA for c7b7875
bolt/test/lsda-section-name.cpp
@@ -1,6 +1,7 @@
1
// This test check that LSDA section named by .gcc_except_table.main is
2
// disassembled by BOLT.
3
4
+// RUN: %clang++ %cxxflags -O3 -no-pie -c %s -o %t.o
5
// RUN: %clang++ %cxxflags -O3 -no-pie -fuse-ld=lld %t.o -o %t
6
// RUN: llvm-objcopy --rename-section .gcc_except_table=.gcc_except_table.main %t
7
// RUN: llvm-readelf -SW %t | FileCheck %s
0 commit comments