Skip to content

Commit

Permalink
Only run test on LLVM/Clang>=10
Browse files Browse the repository at this point in the history
  • Loading branch information
reikdas committed Jul 10, 2021
1 parent b41d6c6 commit 63cd0fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion enzyme/test/BCLoader/bcloader-ddot.ll
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
; RUN: %clang %s -Xclang -load -Xclang %loadBC -mllvm -bcpath=%BClibdir -target x86_64-unknown-linux-gnu -S -emit-llvm -o - | %FileCheck %s
;RUN: if [ %llvmver -ge 10 ]; then %clang %s -Xclang -load -Xclang %loadBC -mllvm -bcpath=%BClibdir -S -emit-llvm -o - | %FileCheck %s; fi

;#include <cblas.h>
;#include <stdio.h>
Expand Down

0 comments on commit 63cd0fb

Please sign in to comment.