diff options
author | Stephen Neuendorffer <stephen.neuendorffer@xilinx.com> | 2022-11-21 18:03:30 -0800 |
---|---|---|
committer | Stephen Neuendorffer <stephen.neuendorffer@xilinx.com> | 2022-11-21 18:08:27 -0800 |
commit | a2dc9f367c6be90589626a575f61ebea5409eee0 (patch) | |
tree | f4d7ee904f671cea92db6f6a6c342ec9ac6e7d40 /llvm/lib/CodeGen/SelectOptimize.cpp | |
parent | 9d09982641fa7bb436bf86de33ecb26a8ed63865 (diff) | |
download | llvm-a2dc9f367c6be90589626a575f61ebea5409eee0.zip llvm-a2dc9f367c6be90589626a575f61ebea5409eee0.tar.gz llvm-a2dc9f367c6be90589626a575f61ebea5409eee0.tar.bz2 |
[llvm-link] Fix options of llvm-link
This tool only parsed options after creating the LLVMContext.
Unfortunately, this means that some options, such as --opaque-pointers,
which are read when the LLVMContext is created are impossible to
set from the command line. This patch moves the LLVMContext creation
after the option parsing.
Diffstat (limited to 'llvm/lib/CodeGen/SelectOptimize.cpp')
0 files changed, 0 insertions, 0 deletions