[compiler-rt] [compiler-rt][test] Fix typo in stderr redirection (PR #98397)

via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 10 14:53:38 PDT 2024


connieyzhu wrote:

cc: @ilovepi @petrhosek @vitalybuka This seems like a typo in redirecting stderr to stdout, but was 2<&1 the intended syntax instead of 2>&1?

https://github.com/llvm/llvm-project/pull/98397


More information about the llvm-commits mailing list