diff options
Diffstat (limited to 'compiler-rt/test/cfi/overwrite.cpp')
-rw-r--r-- | compiler-rt/test/cfi/overwrite.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler-rt/test/cfi/overwrite.cpp b/compiler-rt/test/cfi/overwrite.cpp index d983cf7b326..b3ea0e2eec3 100644 --- a/compiler-rt/test/cfi/overwrite.cpp +++ b/compiler-rt/test/cfi/overwrite.cpp @@ -21,6 +21,8 @@ // any class, by manually overwriting the virtual table of an object and // attempting to make a call through it. +// REQUIRES: cxxabi + #include <stdio.h> #include "utils.h" |