summaryrefslogtreecommitdiffstats
path: root/llvm/test
diff options
context:
space:
mode:
authorOwen Anderson <resistor@mac.com>2013-02-07 00:54:05 +0000
committerOwen Anderson <resistor@mac.com>2013-02-07 00:54:05 +0000
commit389f7dc7a2ec83b1e7d4faf23478f83b57dfa30c (patch)
tree4cdc762bf1ede191ea891904e4df7d07cd5fc4cf /llvm/test
parentbdd4ec71dbcecb8bd9892777450e54cdba8ceb90 (diff)
downloadbcm5719-llvm-389f7dc7a2ec83b1e7d4faf23478f83b57dfa30c.tar.gz
bcm5719-llvm-389f7dc7a2ec83b1e7d4faf23478f83b57dfa30c.zip
Fix CMake detection of various cmath functions, and XFAIL the test on platforms that are known to be missing them.
llvm-svn: 174564
Diffstat (limited to 'llvm/test')
-rw-r--r--llvm/test/Transforms/ConstProp/half.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/Transforms/ConstProp/half.ll b/llvm/test/Transforms/ConstProp/half.ll
index 3d246d88726..b9d2aeb7169 100644
--- a/llvm/test/Transforms/ConstProp/half.ll
+++ b/llvm/test/Transforms/ConstProp/half.ll
@@ -1,4 +1,5 @@
; RUN: opt -constprop -S < %s | FileCheck %s
+; XFAIL: win32, freebsd
; CHECK: fabs_call
define half @fabs_call() {
OpenPOWER on IntegriCloud