File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Expand file tree Collapse file tree 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)
2323 endif ()
2424endif ()
2525
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-
3726add_llvm_component_library(LLVMAnalysis
3827 AliasAnalysis.cpp
3928 AliasAnalysisEvaluator.cpp
You can’t perform that action at this time.
0 commit comments