summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api/signals/main.cpp
diff options
context:
space:
mode:
authorHaibo Huang <hhb@google.com>2018-12-20 21:33:59 +0000
committerHaibo Huang <hhb@google.com>2018-12-20 21:33:59 +0000
commit303b2333e40318adf22f721297c42902466fa3b8 (patch)
tree9102d2d7aaef102201f9dd88a8b616c79212ab00 /lldb/packages/Python/lldbsuite/test/python_api/signals/main.cpp
parentd001380a69cdc546b2724d3305b167644f6151f4 (diff)
downloadbcm5719-llvm-303b2333e40318adf22f721297c42902466fa3b8.tar.gz
bcm5719-llvm-303b2333e40318adf22f721297c42902466fa3b8.zip
Declares __cpu_model as dso local
__builtin_cpu_supports and __builtin_cpu_is use information in __cpu_model to decide cpu features. Before this change, __cpu_model was not declared as dso local. The generated code looks up the address in GOT when reading __cpu_model. This makes it impossible to use these functions in ifunc, because at that time GOT entries have not been relocated. This change makes it dso local. Differential Revision: https://reviews.llvm.org/D53850 llvm-svn: 349825
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/signals/main.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud