Files
clang-p2996/clang/test/Preprocessor
Rafael Espindola c9d336e549 Restructure the propagation of -fPIC/-fPIE.
The PIC and PIE levels are not independent. In fact, if PIE is defined
it is always the same as PIC.

This is clear in the driver where ParsePICArgs returns a PIC level and
a IsPIE boolean. Unfortunately that is currently lost and we pass two
redundant levels down the pipeline.

This patch keeps a bool and a PIC level all the way down to codegen.

llvm-svn: 273566
2016-06-23 15:07:32 +00:00
..
2013-01-28 21:43:46 +00:00
2015-07-30 21:30:00 +00:00
2016-01-27 02:18:28 +00:00
2006-06-18 07:18:04 +00:00
2013-02-09 16:41:47 +00:00
2013-01-28 20:55:54 +00:00
2008-02-25 19:03:15 +00:00
2013-02-09 16:25:38 +00:00