[all-commits] [llvm/llvm-project] 337bd6: [CRT][LIT] split target_cflags using shlex

jsji via All-commits all-commits at lists.llvm.org
Thu Aug 19 18:47:09 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 337bd67d836b7cb7a18fb08df8f3a7902338c7fa
      https://github.com/llvm/llvm-project/commit/337bd67d836b7cb7a18fb08df8f3a7902338c7fa
  Author: Jinsong Ji <jji at us.ibm.com>
  Date:   2021-08-19 (Thu, 19 Aug 2021)

  Changed paths:
    M compiler-rt/test/crt/lit.cfg.py

  Log Message:
  -----------
  [CRT][LIT]  split target_cflags using shlex

Update the commit to use shlex.split, as the win32 is not supported.

See https://reviews.llvm.org/D108329 for discussions.




More information about the All-commits mailing list