[clang] [llvm] [Clang][IR] add TBAA metadata on pointer, union and array types. (PR #75177)
Vlad Serebrennikov via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 14 00:32:19 PST 2023
================
@@ -1,7 +1,7 @@
-// RUN: %clang_cc1 -triple x86_64-linux -std=c++98 %s -O3 -disable-llvm-passes -pedantic-errors -emit-llvm -o - | FileCheck %s
----------------
Endilll wrote:
Can you explain why `-disable-llvm-passes` is there, and why is can be removed now?
https://github.com/llvm/llvm-project/pull/75177
More information about the llvm-commits
mailing list