MaskRay added inline comments.
Comment at: clang/test/Driver/as-w-option.c:1
+// RUN: %clang -### %s -c -o tmp.o -fno-integrated-as -Wa,-W 2>&1 | FileCheck
-check-prefix=CHECK-NOIAS %s
+// RUN: %clang -### %s -c -o tmp.o -integrated-as -Wa,-W 2>&1 | FileCheck
-check-prefix=CHEC
This revision was automatically updated to reflect the committed changes.
Closed by commit rG4ec5205da701: Add support to -Wa,-W in clang (authored by
jcai19).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68884/new/
https://reviews.llvm.org/D68884
jcai19 updated this revision to Diff 224908.
jcai19 added a comment.
For autogenerated comment log.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68884/new/
https://reviews.llvm.org/D68884
Files:
clang/lib/Driver/ToolChains/Clang.cpp
clang/tes
bcain accepted this revision.
bcain added a comment.
This revision is now accepted and ready to land.
LGTM
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68884/new/
https://reviews.llvm.org/D68884
___
c
jcai19 updated this revision to Diff 224664.
jcai19 added a comment.
Update test cases.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68884/new/
https://reviews.llvm.org/D68884
Files:
clang/lib/Driver/ToolChains/Clang.cpp
clang/test/Driver/as-
jcai19 created this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
jcai19 added a reviewer: bcain.
jcai19 added subscribers: nickdesaulniers, manojgupta, llozano.
jcai19 updated this revision to Diff 224663.
jcai19 added a comment.
Fix typos.
Currently clang doe
jcai19 updated this revision to Diff 224663.
jcai19 added a comment.
Fix typos.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68884/new/
https://reviews.llvm.org/D68884
Files:
clang/lib/Driver/ToolChains/Clang.cpp
clang/test/Driver/as-w-option