aboutsummaryrefslogtreecommitdiff
path: root/lldb/scripts/Python/modify-python-lldb.py
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2016-06-23 15:07:32 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2016-06-23 15:07:32 +0000
commitc9d336e5498960c8cb281a599c041052312497b1 (patch)
tree387fccebec381a01b0fd0274909ed564f544a810 /lldb/scripts/Python/modify-python-lldb.py
parentfcc7f6fad2ecb813a6e894d19e17631902925be5 (diff)
downloadllvm-c9d336e5498960c8cb281a599c041052312497b1.zip
llvm-c9d336e5498960c8cb281a599c041052312497b1.tar.gz
llvm-c9d336e5498960c8cb281a599c041052312497b1.tar.bz2
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
Diffstat (limited to 'lldb/scripts/Python/modify-python-lldb.py')
0 files changed, 0 insertions, 0 deletions