Skip to content

Commit 3afebdb

Browse files
committed
Address review feedback - nits for the added test
1 parent badacec commit 3afebdb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bolt/test/runtime/relative-vftable.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
// Test bolt instrumentation is able to handle relative virtual function table,
2-
// i.e., when code is compiled with `-fexperimental-relative-c++-abi-vtables`.
1+
// Test BOLT is able to handle relative virtual function table, i.e., when
2+
// code is compiled with `-fexperimental-relative-c++-abi-vtables`.
33

4-
// REQUIRES: system-linux,bolt-runtime
4+
// REQUIRES: system-linux
55

66
// RUN: split-file %s %t
77
// RUN: %clang -fuse-ld=lld -o %t/main.so %t/tt.cpp %t/main.cpp -Wl,-q \

0 commit comments

Comments
 (0)