[all-commits] [llvm/llvm-project] 9f2736: Use a more general test here.

Aaron Ballman via All-commits all-commits at lists.llvm.org
Wed Aug 18 06:32:21 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9f27364377a247cc779c11b1e1f220b20755982f
      https://github.com/llvm/llvm-project/commit/9f27364377a247cc779c11b1e1f220b20755982f
  Author: Aaron Ballman <aaron at aaronballman.com>
  Date:   2021-08-18 (Wed, 18 Aug 2021)

  Changed paths:
    M clang/test/Lexer/unicode.c

  Log Message:
  -----------
  Use a more general test here.

The interesting bit about that triple isn't the architecture, it's the
fact that ps4 implies C99 as the standard rather than a newer C mode.
Specify the language standard rather than the triple so the test is a
bit more general.




More information about the All-commits mailing list