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