File tree 1 file changed +0
-11
lines changed 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -23,17 +23,6 @@ if (DEFINED LLVM_HAVE_TF_AOT OR LLVM_HAVE_TFLITE)
23
23
endif ()
24
24
endif ()
25
25
26
- # The implementation of ConstantFolding.cpp relies on the use of math functions
27
- # from the host. In particular, it relies on the detection of floating point
28
- # exceptions originating from such math functions to prevent invalid cases
29
- # from being constant folded. Therefore, we must ensure that fp exceptions are
30
- # handled correctly.
31
- if (MSVC )
32
- set_source_files_properties (ConstantFolding.cpp PROPERTIES COMPILE_OPTIONS "/fp:except" )
33
- elseif (CMAKE_CXX_COMPILER_ID MATCHES "GNU|Clang" )
34
- set_source_files_properties (ConstantFolding.cpp PROPERTIES COMPILE_OPTIONS "-ffp-exception-behavior=strict" )
35
- endif ()
36
-
37
26
add_llvm_component_library(LLVMAnalysis
38
27
AliasAnalysis.cpp
39
28
AliasAnalysisEvaluator.cpp
You can’t perform that action at this time.
0 commit comments