Skip to content

Commit 47c1b65

Browse files
authored
[llvm][test][CGPluginTest] Fix plugin path (#159914)
During development I introduced the `%llvm_obj_root` substitution but later removed it as a better solution became apparent. Revert this to the original substitution while keeping the new path. Fixes: 4e1c996
1 parent 56a5619 commit 47c1b65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/Other/codegen-plugin-loading.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; RUN: llc -load %llvm_obj_root/unittests/CodeGen/CGPluginTest/CGTestPlugin%pluginext %s -o - | FileCheck %s
1+
; RUN: llc -load %llvmshlibdir/unittests/CodeGen/CGPluginTest/CGTestPlugin%pluginext %s -o - | FileCheck %s
22
; REQUIRES: native, system-linux, llvm-dylib
33

44
; CHECK: CodeGen Test Pass running on main

0 commit comments

Comments
 (0)