llvm-project/clang/include
Fangrui Song 82904401e3 Map -O to -O1 instead of -O2
rL82131 changed -O from -O1 to -O2, because -O1 was not different from
-O2 at that time.

GCC treats -O as -O1 and there is now work to make -O1 meaningful.
We can change -O back to -O1 again.

Reviewed By: echristo, dexonsmith, arphaman

Differential Revision: https://reviews.llvm.org/D79916
2020-05-18 15:53:41 -07:00
..
clang Map -O to -O1 instead of -O2 2020-05-18 15:53:41 -07:00
clang-c [OpenCL] Added addrspace_cast operator in C++ mode. 2020-05-18 12:07:54 +01:00
CMakeLists.txt