From 389f7dc7a2ec83b1e7d4faf23478f83b57dfa30c Mon Sep 17 00:00:00 2001 From: Owen Anderson Date: Thu, 7 Feb 2013 00:54:05 +0000 Subject: Fix CMake detection of various cmath functions, and XFAIL the test on platforms that are known to be missing them. llvm-svn: 174564 --- llvm/test/Transforms/ConstProp/half.ll | 1 + 1 file changed, 1 insertion(+) (limited to 'llvm/test/Transforms') 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() { -- cgit v1.2.3