| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
llvm-svn: 369401
|
|
|
|
| |
llvm-svn: 369074
|
|
|
|
| |
llvm-svn: 369073
|
|
|
|
| |
llvm-svn: 369047
|
|
|
|
| |
llvm-svn: 369046
|
|
|
|
| |
llvm-svn: 368951
|
|
|
|
| |
llvm-svn: 368840
|
|
|
|
| |
llvm-svn: 368671
|
|
|
|
| |
llvm-svn: 368668
|
|
|
|
|
|
| |
Differential Revision: https://reviews.llvm.org/D66101
llvm-svn: 368667
|
|
|
|
|
|
| |
Differential Revision: https://reviews.llvm.org/D66090
llvm-svn: 368665
|
|
|
|
| |
llvm-svn: 368601
|
|
|
|
| |
llvm-svn: 368470
|
|
|
|
| |
llvm-svn: 368469
|
|
|
|
| |
llvm-svn: 368468
|
|
|
|
| |
llvm-svn: 368467
|
|
|
|
| |
llvm-svn: 368466
|
|
|
|
| |
llvm-svn: 368333
|
|
|
|
| |
llvm-svn: 368179
|
|
|
|
| |
llvm-svn: 368178
|
|
|
|
| |
llvm-svn: 368099
|
|
|
|
| |
llvm-svn: 368098
|
|
|
|
| |
llvm-svn: 368097
|
|
|
|
| |
llvm-svn: 368096
|
|
|
|
| |
llvm-svn: 368095
|
|
|
|
|
|
|
| |
This reverts commit r368025, which depends on r368021, which needs to be
reverted.
llvm-svn: 368034
|
|
|
|
| |
llvm-svn: 368027
|
|
|
|
| |
llvm-svn: 368025
|
|
|
|
|
|
| |
Differential Revision: https://reviews.llvm.org/D65767
llvm-svn: 367972
|
|
|
|
|
|
| |
called FooGenSearchableTable
llvm-svn: 367971
|
|
|
|
| |
llvm-svn: 367970
|
|
|
|
| |
llvm-svn: 367890
|
|
|
|
| |
llvm-svn: 367868
|
|
|
|
| |
llvm-svn: 367844
|
|
|
|
| |
llvm-svn: 367795
|
|
|
|
| |
llvm-svn: 367692
|
|
|
|
| |
llvm-svn: 367464
|
|
|
|
|
|
|
|
| |
See https://reviews.llvm.org/D58620 for discussion.
Note how the comment in the file already said ".cpp" :)
llvm-svn: 367460
|
|
|
|
| |
llvm-svn: 367457
|
|
|
|
| |
llvm-svn: 367454
|
|
|
|
|
|
| |
Differential Revision: https://reviews.llvm.org/D65518
llvm-svn: 367450
|
|
|
|
|
|
|
|
| |
For now, it only builds the x86_64 slice.
Differential Revision: https://reviews.llvm.org/D65513
llvm-svn: 367449
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
compiler-rt's builtin library has generic implementations of many
functions, and then per-arch optimized implementations of some.
In the CMake build, both filter_builtin_sources() and an explicit loop
at the end of the build file (see D37166) filter out the generic
versions if a per-arch file is present.
The GN build wasn't doing this filtering. Just do the filtering manually
and explicitly, instead of being clever.
While here, also remove files from the mingw/arm build that are
redundantly listed after D39938 / r318139 (both from the CMake and the
GN build).
While here, also fix a target_os -> target_cpu typo.
Differential Revision: https://reviews.llvm.org/D65512
llvm-svn: 367448
|
|
|
|
| |
llvm-svn: 367422
|
|
|
|
| |
llvm-svn: 367366
|
|
|
|
| |
llvm-svn: 367341
|
|
|
|
|
|
|
|
|
| |
r362702 added a test that requires clang-tidy to be linked
into libclang, so add that to the gn build.
Differential Revision: https://reviews.llvm.org/D65462
llvm-svn: 367340
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
$ ninja -j800
[1/5] ACTION //libcxx/src:cxx_linker_script(//llvm/utils/gn/build/toolchain:stage2_unix)
FAILED: lib/libc++.so
python ../libcxx/utils/gen_link_script.py --input //build.gn/lib/libc++.so.0 --output //build.gn/lib/libc++.so c++abi unwind
GENERATING SCRIPT: 'INPUT(libc++.so.0 -lc++abi -lunwind)' as file //build.gn/lib/libc++.so
Traceback (most recent call last):
File "../libcxx/utils/gen_link_script.py", line 57, in <module>
sys.exit(main())
File "../libcxx/utils/gen_link_script.py", line 50, in main
with open(args.output, 'w') as f:
IOError: [Errno 2] No such file or directory: '//build.gn/lib/libc++.so'
ninja: build stopped: subcommand failed.
Differential revision: https://reviews.llvm.org/D65449
llvm-svn: 367314
|
|
|
|
|
|
|
|
|
|
|
| |
Introduce a new check to upgrade user code based on API changes in Googletest.
The check finds uses of old Googletest APIs with "case" in their name and replaces them with the new APIs named with "suite".
Patch by Alex Strelnikov (strel@google.com)
Reviewed as D62977.
llvm-svn: 367263
|
|
|
|
|
|
| |
> llvm-svn: 366289
llvm-svn: 367245
|