Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

aot debug: update DW_AT_producer #3001

Merged
merged 1 commit into from
Jan 12, 2024
Merged

Conversation

yamt
Copy link
Collaborator

@yamt yamt commented Jan 12, 2024

currently we are using "ant compiler", which i guess a bit historical.

this commit changes it to use "WAMR AoT compiler" instead. hopefully the new value is less surprining for users.

currently we are using "ant compiler", which i guess a bit historical.

this commit changes it to use "WAMR AoT compiler" instead. hopefully
the new value is less surprining for users.
@yamt
Copy link
Collaborator Author

yamt commented Jan 12, 2024

the CI failure looks like #2776

;; This module is required to validate, regardless of whether it can be
;; linked. Overloading is not possible in wasm itself, but it is possible
;; in modules from which wasm can import.
Writing WAST module to 'C:\Users\RUNNER~1\AppData\Local\Temp\tmpblrcrs0e.wast'
Compiling WASM to 'C:\Users\RUNNER~1\AppData\Local\Temp\tmpg8yri6kd.wasm'
Running: ./wabt/out/gcc/Release/wat2wasm.exe --enable-thread --no-check C:\Users\RUNNER~1\AppData\Local\Temp\tmpblrcrs0e.wast -o C:\Users\RUNNER~1\AppData\Local\Temp\tmpg8yri6kd.wasm
Starting interpreter for module 'C:\Users\RUNNER~1\AppData\Local\Temp\tmpg8yri6kd.wasm'
Running: ../../../product-mini/platforms/windows/build/RelWithDebInfo/iwasm.exe --module-path=C:\Users\RUNNER~1\AppData\Local\Temp --heap-size=0 -v=0 --repl C:\Users\RUNNER~1\AppData\Local\Temp\tmpg8yri6kd.wasm
module is ....'(module
    (import "not wasm" "overloaded" (func))
    (import "not wasm" "overloaded" (func (param i32)))
    (import "not wasm" "overloaded" (func (param i32 i32)))
    (import "not wasm" "overloaded" (func (param i64)))
    (import "not wasm" "overloaded" (func (param f32)))
    (import "not wasm" "overloaded" (func (param f64)))
    (import "not wasm" "overloaded" (func (result i32)))
    (import "not wasm" "overloaded" (func (result i64)))
    (import "not wasm" "overloaded" (func (result f32)))
    (import "not wasm" "overloaded" (func (result f64)))
    (import "not wasm" "overloaded" (global i32))
    (import "not wasm" "overloaded" (global i64))
    (import "not wasm" "overloaded" (global f32))
    (import "not wasm" "overloaded" (global f64))
    (import "not wasm" "overloaded" (table 0 funcref))
    (import "not wasm" "overloaded" (memory 0))
  )'
exception is ....'unknown import'
Writing WAST module to 'C:\Users\RUNNER~1\AppData\Local\Temp\tmpblrcrs0e.wast'
Compiling WASM to 'C:\Users\RUNNER~1\AppData\Local\Temp\tmpg8yri6kd.wasm'
Running: ./wabt/out/gcc/Release/wat2wasm.exe --enable-thread --no-check C:\Users\RUNNER~1\AppData\Local\Temp\tmpblrcrs0e.wast -o C:\Users\RUNNER~1\AppData\Local\Temp\tmpg8yri6kd.wasm
Starting interpreter for module 'C:\Users\RUNNER~1\AppData\Local\Temp\tmpg8yri6kd.wasm'
Running: ../../../product-mini/platforms/windows/build/RelWithDebInfo/iwasm.exe --module-path=C:\Users\RUNNER~1\AppData\Local\Temp --heap-size=0 -v=0 --repl C:\Users\RUNNER~1\AppData\Local\Temp\tmpg8yri6kd.wasm
Removing tempfiles
failed with a non-zero return code 1

spec tests FAILED
Error: Process completed with exit code 1.

@wenyongh
Copy link
Contributor

the CI failure looks like #2776

;; This module is required to validate, regardless of whether it can be
;; linked. Overloading is not possible in wasm itself, but it is possible
;; in modules from which wasm can import.
Writing WAST module to 'C:\Users\RUNNER~1\AppData\Local\Temp\tmpblrcrs0e.wast'
Compiling WASM to 'C:\Users\RUNNER~1\AppData\Local\Temp\tmpg8yri6kd.wasm'
Running: ./wabt/out/gcc/Release/wat2wasm.exe --enable-thread --no-check C:\Users\RUNNER~1\AppData\Local\Temp\tmpblrcrs0e.wast -o C:\Users\RUNNER~1\AppData\Local\Temp\tmpg8yri6kd.wasm
Starting interpreter for module 'C:\Users\RUNNER~1\AppData\Local\Temp\tmpg8yri6kd.wasm'
Running: ../../../product-mini/platforms/windows/build/RelWithDebInfo/iwasm.exe --module-path=C:\Users\RUNNER~1\AppData\Local\Temp --heap-size=0 -v=0 --repl C:\Users\RUNNER~1\AppData\Local\Temp\tmpg8yri6kd.wasm
module is ....'(module
    (import "not wasm" "overloaded" (func))
    (import "not wasm" "overloaded" (func (param i32)))
    (import "not wasm" "overloaded" (func (param i32 i32)))
    (import "not wasm" "overloaded" (func (param i64)))
    (import "not wasm" "overloaded" (func (param f32)))
    (import "not wasm" "overloaded" (func (param f64)))
    (import "not wasm" "overloaded" (func (result i32)))
    (import "not wasm" "overloaded" (func (result i64)))
    (import "not wasm" "overloaded" (func (result f32)))
    (import "not wasm" "overloaded" (func (result f64)))
    (import "not wasm" "overloaded" (global i32))
    (import "not wasm" "overloaded" (global i64))
    (import "not wasm" "overloaded" (global f32))
    (import "not wasm" "overloaded" (global f64))
    (import "not wasm" "overloaded" (table 0 funcref))
    (import "not wasm" "overloaded" (memory 0))
  )'
exception is ....'unknown import'
Writing WAST module to 'C:\Users\RUNNER~1\AppData\Local\Temp\tmpblrcrs0e.wast'
Compiling WASM to 'C:\Users\RUNNER~1\AppData\Local\Temp\tmpg8yri6kd.wasm'
Running: ./wabt/out/gcc/Release/wat2wasm.exe --enable-thread --no-check C:\Users\RUNNER~1\AppData\Local\Temp\tmpblrcrs0e.wast -o C:\Users\RUNNER~1\AppData\Local\Temp\tmpg8yri6kd.wasm
Starting interpreter for module 'C:\Users\RUNNER~1\AppData\Local\Temp\tmpg8yri6kd.wasm'
Running: ../../../product-mini/platforms/windows/build/RelWithDebInfo/iwasm.exe --module-path=C:\Users\RUNNER~1\AppData\Local\Temp --heap-size=0 -v=0 --repl C:\Users\RUNNER~1\AppData\Local\Temp\tmpg8yri6kd.wasm
Removing tempfiles
failed with a non-zero return code 1

spec tests FAILED
Error: Process completed with exit code 1.

Yes, I run it again.

@wenyongh wenyongh merged commit 0844245 into bytecodealliance:main Jan 12, 2024
393 of 395 checks passed
victoryang00 pushed a commit to victoryang00/wamr-aot-gc-checkpoint-restore that referenced this pull request May 27, 2024
Currently we are using "ant compiler", which is a bit historical.
This commit changes it to use "WAMR AoT compiler" instead.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants