
Add missing dependencies to unittest target Original patch broke BUILD_SHARED bots and required revert #147947
8 lines
235 B
LLVM
8 lines
235 B
LLVM
; 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
|
|
define void @main() {
|
|
ret void
|
|
}
|