mirror of
https://github.com/intel/llvm.git
synced 2026-01-22 23:49:22 +08:00
Rather than hardcode the flag and check if the compiler supports it, use the CMake property to get the right flag spelling for the compiler. This makes it generally more portable. llvm-svn: 314834