comparison clang/test/Driver/darwin-ld-dedup.c @ 252:1f2b6ac9f198 llvm-original

LLVM16-1
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Fri, 18 Aug 2023 09:04:13 +0900
parents 79ff65ed7e25
children
comparison
equal deleted inserted replaced
237:c80f45b162ad 252:1f2b6ac9f198
1 // REQUIRES: system-darwin
2
3 // -no_deduplicate is only present from ld64 version 262 and later. 1 // -no_deduplicate is only present from ld64 version 262 and later.
4 // RUN: %clang -target x86_64-apple-darwin10 -### %s \ 2 // RUN: %clang -target x86_64-apple-darwin10 -### %s \
5 // RUN: -mlinker-version=261 -O0 2>&1 | FileCheck -check-prefix=LINK_DEDUP %s 3 // RUN: -mlinker-version=261 -O0 2>&1 | FileCheck -check-prefix=LINK_DEDUP %s
6 4
7 // Add -no_deduplicate when either -O0 or -O1 is explicitly specified 5 // Add -no_deduplicate when either -O0 or -O1 is explicitly specified