Skip to content
This repository has been archived by the owner on Mar 24, 2022. It is now read-only.

Fix benchmarks #60

Merged
merged 2 commits into from
Mar 27, 2019
Merged

Fix benchmarks #60

merged 2 commits into from
Mar 27, 2019

Conversation

pchickey
Copy link
Contributor

@pchickey pchickey commented Mar 27, 2019

GCC linker works a bit differently than Clang, so these makefile changes fix it

Pat Hickey added 2 commits March 27, 2019 15:10
the symbol LUCET_WASM_PAGE_SIZE couldnt be resolved from the
benchmarking suite. Rather than figure out the "right" way to solve
this, I moved it to preprocessor since it should never change, and
all-caps C identifiers are generally assumed to be resolved by
the preprocessor.
i guess clang was happy to do it via filename, but gcc wasnt
@pchickey pchickey requested a review from a user March 27, 2019 23:07
@pchickey pchickey merged commit 3b94bfb into master Mar 27, 2019
@pchickey pchickey deleted the pch/fix_benchmarks branch March 27, 2019 23:38
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant