summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvgeniy Stepanov <eugeni.stepanov@gmail.com>2017-04-20 21:44:35 +0000
committerEvgeniy Stepanov <eugeni.stepanov@gmail.com>2017-04-20 21:44:35 +0000
commita32c3e5b18acdab63ded07e3fe241e4f7822f683 (patch)
treeb6a2c09fbab5714cfdfbad9ae58d4fe8bacdd6a7
parent99e3ca1526ff5e58b92536140595771758e4a693 (diff)
downloadbcm5719-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();
};
OpenPOWER on IntegriCloud