Rename CODE_OWNERS -> Maintainers (#114544)
[llvm-project.git] / lld / test / COFF / lto-cache-errors.ll
bloba46190a81b6230de3c158e0b62b4a6e02ec19bf5
1 ; REQUIRES: x86, non-root-user
2 ;; Not supported on windows since we use permissions to deny the creation
3 ; UNSUPPORTED: system-windows
5 ; RUN: opt -module-hash -module-summary %s -o %t.o
6 ; RUN: opt -module-hash -module-summary %p/Inputs/lto-cache.ll -o %t2.o
7 ; RUN: rm -Rf %t.cache && mkdir %t.cache
8 ; RUN: chmod 444 %t.cache
10 ;; Check emit warnings when we can't create the cache dir
11 ; RUN: not --crash lld-link /lldltocache:%t.cache/nonexistant/ /out:%t3 /entry:main %t2.o %t.o 2>&1 | FileCheck %s
12 ; CHECK: LLVM ERROR: can't create cache directory {{.*}}/nonexistant/: Permission denied
14 target datalayout = "e-m:w-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
15 target triple = "x86_64-pc-windows-msvc"
17 define void @globalfunc() #0 {
18 entry:
19   ret void