Skip to content

Commit c7b7875

Browse files
authored
Fix lsda-section-name adding back RUN line incorrectly removed in 6ef632a (#94301)
1 parent 9b0e1c2 commit c7b7875

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bolt/test/lsda-section-name.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// This test check that LSDA section named by .gcc_except_table.main is
22
// disassembled by BOLT.
33

4+
// RUN: %clang++ %cxxflags -O3 -no-pie -c %s -o %t.o
45
// RUN: %clang++ %cxxflags -O3 -no-pie -fuse-ld=lld %t.o -o %t
56
// RUN: llvm-objcopy --rename-section .gcc_except_table=.gcc_except_table.main %t
67
// RUN: llvm-readelf -SW %t | FileCheck %s

0 commit comments

Comments
 (0)