Skip to content

Commit

Permalink
[test] Fix CodeGen/arm-crc32.c to not write an output to CWD
Browse files Browse the repository at this point in the history
CWD may be read-only in some testing environments.
  • Loading branch information
MaskRay committed Sep 21, 2022
1 parent adb2ba5 commit 8edeedf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang/test/CodeGen/arm-crc32.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// RUN: %clang_cc1 -triple armv8-none-linux-gnueabi -target-feature +crc \
// RUN: -disable-O0-optnone -emit-llvm -o - %s | opt -S -mem2reg | FileCheck %s
// RUN: %clang_cc1 -verify -emit-llvm -triple armv7-none-linux-gnueabi %s
// RUN: %clang_cc1 -verify -emit-llvm-only -triple armv7-none-linux-gnueabi %s

int crc32b(int a, char b)
{
Expand Down

0 comments on commit 8edeedf

Please sign in to comment.