Home
last modified time | relevance | path

Searched +full:- +full:ttext +full:- +full:segment (Results 1 – 3 of 3) sorted by relevance

/external/compiler-rt/test/asan/TestCases/Linux/
Dasan_prelink_test.cc2 // It does not actually use prelink, but relies on ld's flag -Ttext-segment
3 // or gold's flag -Ttext (we try the first flag first, if that fails we
6 // RUN: %clangxx_asan -c %s -o %t.o
7 // RUN: %clangxx_asan -DBUILD_SO=1 -fPIC -shared %s -o %t.so -Wl,-Ttext-segment=0x3600000000 ||\
8 // RUN: %clangxx_asan -DBUILD_SO=1 -fPIC -shared %s -o %t.so -Wl,-Ttext=0x3600000000
9 // RUN: %clangxx_asan %t.o %t.so -Wl,-R. -o %t
13 // REQUIRES: x86_64-target-arch, Clang
/external/grpc-grpc/
Dbuild.yaml8 '#04': not listed in doc/g_stands_for.md - and update that document to list the
11 '#07': Master always has a "-dev" suffix
12 '#08': Use "-preN" suffixes to identify pre-release versions
13 '#09': Per-language overrides are possible with (eg) ruby_version tag here
15 core_version: 6.0.0-dev
17 version: 1.16.0-dev
19 - name: alts_proto
21 - src/core/tsi/alts/handshaker/altscontext.pb.h
22 - src/core/tsi/alts/handshaker/handshaker.pb.h
23 - src/core/tsi/alts/handshaker/transport_security_common.pb.h
[all …]
DMakefile14 # http://www.apache.org/licenses/LICENSE-2.0
28 HOST_SYSTEM = $(shell uname | cut -f 1 -d_)
80 CPPFLAGS_opt = -O2 -Wframe-larger-than=16384
83 VALID_CONFIG_asan-trace-cmp = 1
84 REQUIRE_CUSTOM_LIBRARIES_asan-trace-cmp = 1
85 CC_asan-trace-cmp = clang
86 CXX_asan-trace-cmp = clang++
87 LD_asan-trace-cmp = clang++
88 LDXX_asan-trace-cmp = clang++
89-trace-cmp = -O0 -fsanitize-coverage=edge,trace-pc-guard -fsanitize-coverage=trace-cmp -fsanitize=…
[all …]