diff options
author | Nikita Popov <npopov@redhat.com> | 2025-09-02 09:52:37 +0200 |
---|---|---|
committer | Nikita Popov <npopov@redhat.com> | 2025-09-02 09:52:37 +0200 |
commit | 95e76c14daff1adf5d9a4087d043da4d2a429573 (patch) | |
tree | b9c87758dc8de64025367b815919a3379db0c3ed /llvm/lib/Support/CommandLine.cpp | |
parent | a7ff60788df8d86f930c4588c9f2c4130da55630 (diff) | |
download | llvm-95e76c14daff1adf5d9a4087d043da4d2a429573.zip llvm-95e76c14daff1adf5d9a4087d043da4d2a429573.tar.gz llvm-95e76c14daff1adf5d9a4087d043da4d2a429573.tar.bz2 |
Revert "[IR] Remove options to make scalable TypeSize access a warning (#156336)"
This reverts commit 8f59a946740bf8dbe2574b33eaa431fde3ce9204.
Failed on clang-aarch64-sve-vls-2stage, which still uses the option.
Diffstat (limited to 'llvm/lib/Support/CommandLine.cpp')
-rw-r--r-- | llvm/lib/Support/CommandLine.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Support/CommandLine.cpp b/llvm/lib/Support/CommandLine.cpp index be232f5..8491633 100644 --- a/llvm/lib/Support/CommandLine.cpp +++ b/llvm/lib/Support/CommandLine.cpp @@ -2671,6 +2671,7 @@ static void initCommonOptions() { initSignalsOptions(); initStatisticOptions(); initTimerOptions(); + initTypeSizeOptions(); initWithColorOptions(); initDebugOptions(); initRandomSeedOptions(); |