diff options
author | Craig Topper <craig.topper@sifive.com> | 2024-07-09 19:35:25 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-09 19:35:25 -0700 |
commit | 66470112d6e00832cae2970fb56f491cd5f7b14a (patch) | |
tree | 3c40039e514d3202182eb403c08a81eec5edca14 /libclc | |
parent | 7b96d13341aa94d11c2d9ffe5a9304e3640ad80b (diff) | |
download | llvm-66470112d6e00832cae2970fb56f491cd5f7b14a.zip llvm-66470112d6e00832cae2970fb56f491cd5f7b14a.tar.gz llvm-66470112d6e00832cae2970fb56f491cd5f7b14a.tar.bz2 |
[RISCV] Don't expose any constructors of RISCVISAInfo publicly. (#98249)
lld was using RISCVISAInfo(unsigned XLen,
RISCVISAUtils::OrderedExtensionMap &Exts). This required a call to
RISCVISAInfo::postProcessAndChecking to validate the RISCVISAInfo that
was created. This exposes too much about RISCVISAInfo to lld.
Replace with a new RISCVISAInfo::createFromExtMap that is responsible
for creating the object and calling postProcessAndChecking.
Diffstat (limited to 'libclc')
0 files changed, 0 insertions, 0 deletions