[all-commits] [llvm/llvm-project] 20799f: [OCaml][test] Use correct data layout string. (#68...
Harald van Dijk via All-commits
all-commits at lists.llvm.org
Wed Oct 11 03:12:18 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 20799fd57bcbc46eb9a26cd2307c8fc8b935a424
https://github.com/llvm/llvm-project/commit/20799fd57bcbc46eb9a26cd2307c8fc8b935a424
Author: Harald van Dijk <harald at gigawatt.nl>
Date: 2023-10-11 (Wed, 11 Oct 2023)
Changed paths:
M llvm/test/Bindings/OCaml/core.ml
Log Message:
-----------
[OCaml][test] Use correct data layout string. (#68781)
core.ml would previously set a data layout string of "e" and check that
it remained "e". This is fragile when we have the data layout string
auto-upgrade facility, and indeed broke when D86310 upgraded this one.
As the auto-upgrade logic is not what is being tested here, it seems
easier to just use the data layout string that the target expects.
More information about the All-commits
mailing list