diff options
author | Evgeniy Stepanov <eugeni.stepanov@gmail.com> | 2017-04-20 21:44:35 +0000 |
---|---|---|
committer | Evgeniy Stepanov <eugeni.stepanov@gmail.com> | 2017-04-20 21:44:35 +0000 |
commit | a32c3e5b18acdab63ded07e3fe241e4f7822f683 (patch) | |
tree | b6a2c09fbab5714cfdfbad9ae58d4fe8bacdd6a7 | |
parent | 99e3ca1526ff5e58b92536140595771758e4a693 (diff) | |
download | bcm5719-llvm-a32c3e5b18acdab63ded07e3fe241e4f7822f683.tar.gz bcm5719-llvm-a32c3e5b18acdab63ded07e3fe241e4f7822f683.zip |
[cfi] Move one test under cross-dso/icall.
The test is using indirect calls.
llvm-svn: 300900
-rw-r--r-- | compiler-rt/test/cfi/cross-dso/icall/dlopen.cpp (renamed from compiler-rt/test/cfi/cross-dso/dlopen.cpp) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/cfi/cross-dso/dlopen.cpp b/compiler-rt/test/cfi/cross-dso/icall/dlopen.cpp index ee4dae2b5f7..d238a7acec8 100644 --- a/compiler-rt/test/cfi/cross-dso/dlopen.cpp +++ b/compiler-rt/test/cfi/cross-dso/icall/dlopen.cpp @@ -55,7 +55,7 @@ struct A { #ifdef SHARED_LIB -#include "../utils.h" +#include "../../utils.h" struct B { virtual void f(); }; |