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 badacec commit 3afebdbCopy full SHA for 3afebdb
bolt/test/runtime/relative-vftable.cpp
@@ -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`.
+// Test BOLT is able to handle relative virtual function table, i.e., when
+// code is compiled with `-fexperimental-relative-c++-abi-vtables`.
3
4
-// REQUIRES: system-linux,bolt-runtime
+// REQUIRES: system-linux
5
6
// RUN: split-file %s %t
7
// RUN: %clang -fuse-ld=lld -o %t/main.so %t/tt.cpp %t/main.cpp -Wl,-q \
0 commit comments