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
..
2016-06-20 15:10:40 +00:00
2016-04-01 17:39:08 +00:00
2016-05-06 23:58:58 +00:00
2016-04-01 17:39:08 +00:00
2016-04-13 19:28:21 +00:00
2016-04-13 19:28:21 +00:00
2016-04-13 19:28:24 +00:00
2016-05-16 16:46:01 +00:00
2016-06-09 22:39:20 +00:00
2016-05-03 23:06:40 +00:00
2016-05-03 23:06:40 +00:00
2016-05-03 23:06:40 +00:00
2016-03-28 21:31:09 +00:00
2016-06-23 15:07:32 +00:00
2016-04-12 20:20:33 +00:00
2016-04-26 23:37:38 +00:00
2016-04-20 23:59:32 +00:00
2016-05-03 23:06:40 +00:00
2016-04-06 23:28:26 +00:00
2016-04-08 19:57:40 +00:00
2016-04-29 19:04:05 +00:00
2016-04-26 23:37:38 +00:00
2016-04-20 23:59:32 +00:00
2016-03-21 19:06:06 +00:00
2016-05-31 18:19:32 +00:00
2016-03-30 22:22:50 +00:00
2016-04-08 20:53:26 +00:00
2016-03-30 22:18:29 +00:00
2016-03-30 20:16:03 +00:00
2016-04-06 20:58:12 +00:00
2016-04-28 14:13:28 +00:00
2016-04-26 23:40:43 +00:00
2016-05-24 12:10:36 +00:00
2016-05-17 22:44:15 +00:00
2016-06-20 15:10:40 +00:00
2016-04-08 01:23:59 +00:00
2016-04-27 21:57:05 +00:00
2016-05-04 00:53:13 +00:00
2016-05-17 02:15:12 +00:00