Go to file
NAKAMURA Takumi 15b5c8b206 lit::shtest-format.py: Make write-bad-encoding.py py3-aware.
Traceback (most recent call last):
    File "llvm/utils/lit/tests/Inputs/shtest-format/external_shell/write-bad-encoding.py", line 5, in <module>
      sys.stdout.write(b"a line with bad encoding: \xc2.")

sys.stdout.write doesn't accept bytes but sys.stdout.buffer.write accepts.

llvm-svn: 309473
2017-07-29 02:52:56 +00:00
clang [test] FileCheck-ify a test to avoid a spurious failure, NFC 2017-07-29 00:19:52 +00:00
clang-tools-extra [clang-tidy] Expand readability-redundant-function-ptr-dereference test 2017-07-28 12:46:08 +00:00
compiler-rt [ubsan] Diagnose invalid uses of builtins (compiler-rt) 2017-07-29 00:20:02 +00:00
debuginfo-tests Add a test for PR33166. 2017-05-25 19:33:16 +00:00
libclc add __kernel_exec macros 2017-07-28 03:39:03 +00:00
libcxx [libcxx] [test] Change comments to say C++ instead of c++. NFC. 2017-07-29 00:55:35 +00:00
libcxxabi [demangler] Fix some overzealous -Wreturn-type errors 2017-07-28 01:35:14 +00:00
libunwind Partial fix for PR33858 2017-07-26 18:13:57 +00:00
lld Fix the order of section that are not on an order file. 2017-07-28 15:36:15 +00:00
lldb [CMake] Add SharingPtr.h to the Framework header list 2017-07-28 20:27:38 +00:00
llgo irgen: Create functions instead of global variables for builtin hash and equal algorithms. 2017-06-04 22:11:28 +00:00
llvm lit::shtest-format.py: Make write-bad-encoding.py py3-aware. 2017-07-29 02:52:56 +00:00
openmp Fix comments and build messages concerning TSX 2017-07-28 19:05:17 +00:00
parallel-libs [Axccel] Remove -Wno-missing-braces in build 2016-12-19 21:34:07 +00:00
polly [test] Add test case for -polly-simplify. NFC. 2017-07-29 00:06:06 +00:00