summaryrefslogtreecommitdiffstats
path: root/lldb/use_lldb_suite_root.py
diff options
context:
space:
mode:
authorTom Stellard <tstellar@redhat.com>2018-12-08 04:42:42 +0000
committerTom Stellard <tstellar@redhat.com>2018-12-08 04:42:42 +0000
commit5a9000ba8358f77796e23ba7ab13a3250b1b726d (patch)
tree35842d29d662011133e626285717652396360262 /lldb/use_lldb_suite_root.py
parentf98e746cba238f468ed4f9cdd3a3e0067c490db5 (diff)
downloadbcm5719-llvm-5a9000ba8358f77796e23ba7ab13a3250b1b726d.tar.gz
bcm5719-llvm-5a9000ba8358f77796e23ba7ab13a3250b1b726d.zip
Merging r345826:
------------------------------------------------------------------------ r345826 | erichkeane | 2018-11-01 05:50:37 -0700 (Thu, 01 Nov 2018) | 15 lines CPU-Dispatch-- Fix conflict between 'generic' and 'pentium' When a dispatch function was being emitted that had both a generic and a pentium configuration listed, we would assert. This is because neither configuration has any 'features' associated with it so they were both considered the 'default' version. 'pentium' lacks any features because we implement it in terms of __builtin_cpu_supports (instead of Intel proprietary checks), which is unable to decern between the two. The fix for this is to omit the 'generic' version from the dispatcher if both are present. This permits existing code to compile, and still will choose the 'best' version available (since 'pentium' is technically better than 'generic'). Change-Id: I4b69f3e0344e74cbdbb04497845d5895dd05fda0 ------------------------------------------------------------------------ llvm-svn: 348682
Diffstat (limited to 'lldb/use_lldb_suite_root.py')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud