diff --git a/llvm/test/Other/codegen-plugin-loading.ll b/llvm/test/Other/codegen-plugin-loading.ll index a2a0814718e22..4913a32a639a6 100644 --- a/llvm/test/Other/codegen-plugin-loading.ll +++ b/llvm/test/Other/codegen-plugin-loading.ll @@ -1,4 +1,4 @@ -; RUN: llc -load %llvm_obj_root/unittests/CodeGen/CGPluginTest/CGTestPlugin%pluginext %s -o - | FileCheck %s +; RUN: llc -load %llvmshlibdir/unittests/CodeGen/CGPluginTest/CGTestPlugin%pluginext %s -o - | FileCheck %s ; REQUIRES: native, system-linux, llvm-dylib ; CHECK: CodeGen Test Pass running on main