Sign in
fuchsia
/
third_party
/
rust
/
2a3e4c547b35c44461bc8c3c2dcf4b99c3bafd63
/
.
/
tests
/
run-make
/
export-executable-symbols
/
Makefile
blob: c4d29aa2bf4500370d64a8940a65729f61e55311 [
file
] [
log
] [
blame
]
include
../
tools
.
mk
# ignore-wasm32
# ignore-wasm64
# ignore-none no-std is not supported
# only-linux
all
:
$
(
RUSTC
)
-
Zexport
-
executable
-
symbols main
.
rs
--
target $
(
TARGET
)
--
crate
-
type
=
bin
nm $
(
TMPDIR
)/
main
|
$
(
CGREP
)
exported_symbol