bc-lee added inline comments.
Comment at: clang/test/Misc/cc1as-darwin-target-variant-triple.s:2
+// Run cc1as using darwin-target-variant-triple
+// RUN: %clang -cc1as -triple x86_64-apple-macos10.9
-darwin-target-variant-triple x86_64-apple-ios13.1-macabi -filetype obj %s -o -
bc-lee updated this revision to Diff 424209.
bc-lee added a comment.
Add `REQUIRES: x86-registered-target` on the test.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D121868/new/
https://reviews.llvm.org/D121868
Files:
clang/include/clang/Driver/
bc-lee added a comment.
As you confirmed at https://crbug.com/1259122#c21, there is a problem with
assembly files like `floatundidf.S` and this patch is intended to fix it. C/C++
files are fine.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D121868
bc-lee marked 3 inline comments as done.
bc-lee added inline comments.
Comment at: clang/test/Misc/cc1as-darwin-target-variant-triple.s:2
+// Run cc1as using darwin-target-variant-triple
+// RUN: %clang -cc1as -triple x86_64-apple-macos10.9
-darwin-target-variant-triple x86_64-a
bc-lee updated this revision to Diff 423878.
bc-lee added a comment.
Address review comments
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D121868/new/
https://reviews.llvm.org/D121868
Files:
clang/include/clang/Driver/Options.td
clang/include/
bc-lee added inline comments.
Comment at: clang/lib/Driver/ToolChains/Darwin.h:495
+ Optional getTargetVariantTriple() const override {
+return TargetVariantTriple;
+ }
MaskRay wrote:
> llvm::None
Do you mean to modify the method in `clang/include/clang/Dri
bc-lee added a comment.
Hi, could you have a look at it once more?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D121868/new/
https://reviews.llvm.org/D121868
___
cfe-commits mailing list
cfe-commits@list
bc-lee updated this revision to Diff 417595.
bc-lee added a comment.
Addressing review comments.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D121868/new/
https://reviews.llvm.org/D121868
Files:
clang/include/clang/Driver/Options.td
clang/incl
bc-lee created this revision.
bc-lee added reviewers: arphaman, MaskRay.
Herald added a project: All.
bc-lee requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
This patch extends cc1as to export the build version load command with
LC_VERSION_M
bc-lee abandoned this revision.
bc-lee added a comment.
Closed in favor of https://reviews.llvm.org/D118862 and
https://reviews.llvm.org/D118875
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D117924/new/
https://reviews.llvm.org/D117924
__
bc-lee added a comment.
Hi, I built and tested clang using this patch and
https://reviews.llvm.org/D118862. It works great.
The current patch adds the -darwin-target-variant flag to all object files for
MacOS targets in the compiler_rt's builtin library. However, users building
compiler_rt may
bc-lee updated this revision to Diff 405461.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D117924/new/
https://reviews.llvm.org/D117924
Files:
clang/lib/Driver/ToolChains/Darwin.cpp
clang/test/Driver/darwin-sanitizer-ld.c
compiler-rt/cmake/bui
bc-lee added a comment.
Some changes in this patch were applied as https://reviews.llvm.org/D118759,
so I'm re-uploading this patch to get rid of merge conflicts.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D117924/new/
https://reviews.llvm.org/
bc-lee added a comment.
For the Chromium side issue is https://crbug.com/1259122. Also I opened LLVM
issue https://github.com/llvm/llvm-project/issues/53477.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D117924/new/
https://reviews.llvm.org/D11792
bc-lee added a comment.
It may not be appropriate to add other runtime libraries specifically for Mac
Catalyst. However, currently `lld` does not allow linking with dynamic
libraries with different types of build_version_command, whereas `ld64` does
allow for Mac Catalyst. Considering compatibi
bc-lee updated this revision to Diff 402201.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D117924/new/
https://reviews.llvm.org/D117924
Files:
clang/lib/Driver/ToolChains/Darwin.cpp
clang/test/Driver/darwin-sanitizer-ld.c
compiler-rt/cmake/bui
bc-lee created this revision.
Herald added a subscriber: mgorny.
bc-lee requested review of this revision.
Herald added projects: clang, Sanitizers.
Herald added subscribers: Sanitizers, cfe-commits.
Mac Catalyst has different platform fields in build_version_command,
so it's natural to create a s
bc-lee added a comment.
Thanks for the review. Since I don't have commit access, so I want someone else
to apply this patch.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D87201/new/
https://reviews.llvm.org/D87201
bc-lee added a comment.
Can someone commit my changes on behalf of it?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D87201/new/
https://reviews.llvm.org/D87201
___
cfe-commits mailing list
cfe-commits@li
bc-lee marked an inline comment as done.
bc-lee added a comment.
It's okay for some reviewers to make this change on my behalf. Thanks for
reviewing this!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D87201/new/
https://reviews.llvm.org/D87201
__
bc-lee added inline comments.
Comment at: clang/docs/ClangFormatStyleOptions.rst:1970
+ but this behavior is changed by another option,
+ ``JavaStaticImportAfterImport``.
MyDeveloperDay wrote:
> Can you add a test that shows if the sorting is still in the gro
bc-lee updated this revision to Diff 290619.
bc-lee added a comment.
Add more tests and rename options.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D87201/new/
https://reviews.llvm.org/D87201
Files:
clang/docs/ClangFormatStyleOptions.rst
clan
bc-lee updated this revision to Diff 290381.
bc-lee added a comment.
Fix the example to match the description.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D87201/new/
https://reviews.llvm.org/D87201
Files:
clang/docs/ClangFormatStyleOptions.rst
bc-lee updated this revision to Diff 290303.
bc-lee added a comment.
Some comments have been corrected and a unittest has been added in
FormatTest.ParsesConfigurationBools
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D87201/new/
https://reviews.ll
bc-lee added inline comments.
Comment at: clang/docs/ClangFormatStyleOptions.rst:2027
+
+ .. code-block:: java
+ true:
MyDeveloperDay wrote:
> The ClangFormatStyleOptions.rst is generated using
> doc/tools/dump_format_style.py which reads Format.h and genera
bc-lee updated this revision to Diff 290246.
bc-lee added a comment.
Modify the comment of Format.h to sync ClangFormatStyleOptions.rst
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D87201/new/
https://reviews.llvm.org/D87201
Files:
clang/docs/Cl
bc-lee updated this revision to Diff 290137.
bc-lee added a comment.
Add missing initializer.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D87201/new/
https://reviews.llvm.org/D87201
Files:
clang/docs/ClangFormatStyleOptions.rst
clang/include/
bc-lee created this revision.
bc-lee added a reviewer: MyDeveloperDay.
bc-lee added projects: clang, clang-format.
Herald added a subscriber: cfe-commits.
bc-lee requested review of this revision.
Some Java style guides and IDEs group Java static imports after
non-static imports. This patch allow
28 matches
Mail list logo