Merge "Rename .map.txt used by tests" into main

This commit is contained in:
Hsin-Yi Chen
2023-09-27 02:15:54 +00:00
committed by Gerrit Code Review
4 changed files with 2 additions and 19 deletions

View File

@@ -1,17 +0,0 @@
LIBVERSION_SCRIPT_EXAMPLE_1.0 {
global:
test1; # mytag
extern "C++" {
Test3::*; # mytag
};
local:
*;
};
LIBVERSION_SCRIPT_EXAMPLE_PRIVATE {
global:
test2;
extern "C++" {
Test4::*;
};
} LIBVERSION_SCRIPT_EXAMPLE_1.0;

View File

@@ -594,7 +594,7 @@ TEST_MODULES = [
srcs=[
'integration/weak_symbols/example.c',
],
version_script='integration/weak_symbols/libexample_old.map.txt',
version_script='integration/weak_symbols/old_map.txt',
export_include_dirs=[],
dumper_flags=['-output-format', 'Json'],
linker_flags=[
@@ -609,7 +609,7 @@ TEST_MODULES = [
srcs=[
'integration/weak_symbols/example.c',
],
version_script='integration/weak_symbols/libexample_new.map.txt',
version_script='integration/weak_symbols/new_map.txt',
export_include_dirs=[],
dumper_flags=['-output-format', 'Json'],
linker_flags=[